home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Property Examples / Script Properties < prev    next >
Encoding:
Text File  |  1992-04-26  |  205 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first FileMaker Script
  3.     best type of FileMaker Script "a"
  4.     default type of FileMaker Script "a"
  5.     name of FileMaker Script "a"
  6.     ID of FileMaker Script "a"
  7. end tell